Welcome![Sign In][Sign Up]
Location:
Search - assembly language environment

Search list

[Other resourceAssembly.Language.Programming.Masm

Description: 微软宏汇编器masm的四本书MASM DOCUMENTION《getting Start》《Reference Guide》《Programmer s Guide》《Environment and Tools》附INTEL处理器结构手册(三卷)
Platform: | Size: 12736990 | Author: wsj | Hits:

[assembly languageWindows环境下32位汇编语言程序设计

Description: Windows环境下32位汇编语言程序设计-Windows environment next 32 assembly language programming
Platform: | Size: 1639424 | Author: | Hits:

[Process-ThreadNT下进程隐藏

Description: 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in the host address space of the process to implement in order to achieve the purpose of hiding. Comparatively speaking, Richer way can be used as c/c Senior complete language, understanding and will be relatively easy to achieve, but he let the host process
Platform: | Size: 31744 | Author: 潘桂聪 | Hits:

[assembly languagewindows_32bit_asm

Description: 《windows环境下32位汇编语言程序设计》书籍附带光盘源代码-"windows environment 32 Assembly Language Programming" books with CD-ROM source code
Platform: | Size: 2785280 | Author: 刘功元 | Hits:

[Otherwin32asm_lyb

Description: 完整版的 Windows 环境下32位汇编语言程序设计(第2版)----罗云彬 编著(会员投诉不是第2版) Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。 本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过70多个实例逐渐深入Win32汇编语言的方方面面。 本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.net的站长。本书是作者多年来编程工作的总结,适合于欲通过Win32汇编语言编写Windows程序的读者。-complete version of the Windows 32 environment Assembly Language Programming (2nd Edition )---- Luo Bin edited (Member complaint is not the first version 2) under Windows 32 assembly language is a new programming language Introduction. It uses the same language with the C API interface, not only can be used for the development of large-scale software it is to understand details of the operating system running in the best way. Preparation of the book from the perspective of applications, "Hello World!" The simple example of writing began multithreading, registry, and network communications, and other complex procedures, through more than 70 examples of deepening Win32 compilation of language in all its aspects. The author of Luo Bin has more than 10 years of experience in assembly
Platform: | Size: 2820096 | Author: 李大叶 | Hits:

[Software EngineeringARMjiegoubiancheng

Description: 本书对ARM的体系结构,指令系统和开发工具作了全面介绍。包括ARM系统,ARM程序设计模型,ARM汇编语言程序设计,ARM C/C++语言程序设计,ARM连接器的使用,ARM集成开发环境的介绍及高性能的调试工具ADWd使用。-book on the ARM architecture, instruction system and development tools were introduced. Including ARM, the ARM program design model, ARM Assembly Language Programming. ARM C/C Programming Language, ARM connectors use, ARM integrated development environment and the introduction of high-performance debugging tools ADWd use.
Platform: | Size: 18472960 | Author: 陈鹤 | Hits:

[SCMzn5

Description: Keil C51标准C编译器为8051微控制器的软件开发提供了C语言环境,同时保留了汇编代码高效、快速的特点。C51已被完全集成到μVision2的集成开发环境中,这个集成开发环境包含编译器、汇编器、实时操作系统、项目管理器和调试器-Keil C51 standard C compiler for 8051 microcontroller software development provides a C language environment, while retaining the assembly code efficient and rapid. C51 has been completely integrated into the μVision2 integrated development environment, this integrated development environment contains the compiler, assembler, real-time operating system, project management and debuggers
Platform: | Size: 3860480 | Author: tian | Hits:

[assembly languagesource

Description: windows汇编语言程序设计 吴中平著 一书所附所有源代码。 该书重点讲解了Windows环境下汇编语言程序设计的基本原理及其实现过程,尤其对操作系统原理的核心内容——CPU保护方式、内存管理、进程和线程等做了精辟论述。 源码实例丰富详细,用汇编语言实现了windows平台下各种应用,包括保护模式编程,图形界面设计,数据库应用,网络开发等各方面。-windows assembly language programming book Wu Zhongping one attached all the source code. The book focused on the Windows environment for assembly language programming under the basic principle and its realization process, in particular the principle of the core content of the operating system- CPU protection, memory management, process and thread to do such a brilliant expositions. Source code examples of rich detail, using assembly language to achieve a wide range of applications under windows platform, including protected mode programming, graphical interface design, database applications, web development and so on.
Platform: | Size: 473088 | Author: qinlei | Hits:

[OtherAssembly.Language.Programming.Masm

Description: 微软宏汇编器masm的四本书MASM DOCUMENTION《getting Start》《Reference Guide》《Programmer s Guide》《Environment and Tools》附INTEL处理器结构手册(三卷)-Microsoft Macro Assembler MASM four books of MASM DOCUMENTION
Platform: | Size: 12736512 | Author: wsj | Hits:

[assembly languageZYS3

Description: 在汇编语言环境下,利用汇编语言判断输入数据的正负,如果为正,则将其低两位置零;如果为负,则将其低两位置一。-In assembly language environment, the use of assembly language input data to determine the positive and negative, if positive, will be the location of its low two zero if negative, will be the location of a low two.
Platform: | Size: 1024 | Author: zoutian | Hits:

[Windows DevelopSawtooth

Description: 利用dac0832芯片 在汇编语言环境下输出锯齿波波形-Dac0832 chip using assembly language environment in the sawtooth waveform output
Platform: | Size: 37888 | Author: chenwei | Hits:

[assembly languagesqrt(x)

Description: 用汇编语言及牛顿迭代法编写的求一个数的平方根的源代码,环境windlx-Using assembly language and the Newton iterative method for the preparation of a number of the square root of the source code, the environment windlx
Platform: | Size: 2048 | Author: 沐夕 | Hits:

[DSP programTMS320C55x_Assembly_Language_Tools_Users_Guide

Description: 本文档适用于ti55系列dsp,详尽讲述了在CCS环境下利用汇编编程的方法-This document applies to ti55 series dsp, described in detail in the CCS environment using the methods of compilation of programming
Platform: | Size: 916480 | Author: hh | Hits:

[assembly languageWindows32-assembly-programming-2E

Description: Windows环境下32位汇编语言程序设计(第2版),对学习汇编很有用-Windows Environment 32-bit assembly language programming (2nd edition), compilation of useful learning
Platform: | Size: 2493440 | Author: 麻子 | Hits:

[CSharptry

Description: 在CCS环境下,用C语言、汇编语言、线性汇编语言分别编写乘积和的代码,并将其整合到C语言程序中。-In the CCS environment, using C language, assembly language, the linear product and the write assembly language code, respectively, and integrate it into the C language program.
Platform: | Size: 414720 | Author: 黄敏 | Hits:

[OtherPDF

Description: 全书共分8章。第1章概述DSP技术发展的两个领域,DSP芯片的特点、现状及应用,并简单介绍TMS320系列DSP,即C2000、C5000、C6000的特点和应用领域;第2章是TMS320C54x的硬件结构,介绍总线结构、中央处理单元、存储器和中断系统;第3章介绍TMS320C54x的寻址方式和指令系统;第4章介绍软件开发过程和基本汇编语言程序设计方法;第5章是DSP集成开发环境(CCS),通过举例介绍了CCS的使用方法;第6章是片内外设,介绍可编程定时器、串行口、主机接口及其应用;第7章是基本硬件系统设计,介绍外部存储器和I/O扩展、A/D和D/A接口设计、时钟及复位电路设计、供电系统设计;第8章介绍了典型DSP应用系统的设计和实现方法,包括正弦信号发生器、FIR数字滤波器、快速傅里叶变换(FFT)、语音信号采集与回放。-The book is divided into eight chapters. Chapter 1 outlines the two areas of DSP technology, DSP chips, features, status and application, and a brief TMS320 series DSP, the C2000, C5000, C6000 features and applications Chapter 2 is the TMS320C54x hardware structure, introduced bus structure, the central processing unit, memory and interrupt system Chapter 3 describes the addressing modes and instructions TMS320C54x system Chapter 4 describes the software development process and basic assembly language programming method Chapter 5 is a DSP integrated development environment (CCS ), through the examples of the use of the CCS Chapter 6 is the on-chip peripherals, the programmable timer, serial ports, host interface and its application Chapter 7 is the basic hardware system design, describes the external memory and I/O expansion, A/D and D/A interface design, clock and reset circuit design, power supply system design Chapter 8 describes a typical DSP application systems design and i
Platform: | Size: 5882880 | Author: tiger | Hits:

[GDI-BitmapGUI_DoubleBuf

Description: 汇编语言实现: 鼠标点击窗体,马上画一个黑色圆圈。 GDI绘图,双缓冲技术,无闪烁。 源代码 编程工具:Masm32 运行环境:Windows XP/20003 -Assembly Language: mouse click the form, immediately draw a black circle. GDI graphics, double buffering, without blinking. Source programming tools: Masm32 operating environment: Windows XP/20003
Platform: | Size: 5120 | Author: idcomcn | Hits:

[assembly languageassembly-language-programming

Description: Windows环境下32位汇编语言程序设计-32-bit Windows environment, assembly language programming
Platform: | Size: 460800 | Author: 李学亮 | Hits:

[assembly languagedianzibiao

Description: 这是一个网上电子表,用汇编语言环境编译,适合初学者-This is an online electronic form, compiled assembly language environment, suitable for beginners
Platform: | Size: 2048 | Author: 丽萍 | Hits:

[VC/MFCassembly-language

Description: Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的-32-bit assembly language in the Windows environment is a new programming language. It uses the same API interface C++ language, not only can be used to develop a large-scale software, and understand the details of the operating system is running the best way. Book from the point of view of the preparation of applications from the " Hello World!" This simple example, start to write complex multi-threaded, registry, and network communication program gradually in depth all aspects of the Win32 assembly language by more than 60 instances
Platform: | Size: 2820096 | Author: wwe_ly | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net